runtime.g.throwsplit (field)
10 uses
runtime (current package)
proc.go#L4587: gp.throwsplit = true
proc.go#L4728: gp.throwsplit = true
proc.go#L4860: gp.throwsplit = false
proc.go#L4883: gp.throwsplit = false
runtime2.go#L446: throwsplit bool // must not split stack
signal_unix.go#L697: if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
stack.go#L1030: if thisg.m.curg.throwsplit {
tracebuf.go#L48: tl.mp.trace.oldthrowsplit = gp.throwsplit
tracebuf.go#L49: gp.throwsplit = true
tracebuf.go#L116: gp.throwsplit = w.mp.trace.oldthrowsplit
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)